Recipients
Collection Object
The Recipients
collection object contains one or more Recipient objects and specifies the
recipients of a message.
Quick Info
Specified
in header file: |
MDISP.ODL |
First
available in version: |
OLE
Messaging Library 1.0 |
Parent
objects: |
Message |
Child
objects: |
Recipient |
Default
property: |
Item |
A Recipients
collection is considered a small collection, which means that it
supports count and index values that let you access an individual Recipient
object through the Item property. The Recipients collection supports the
Visual Basic For Each statement.
Properties
|
Available
in version |
|
|
Application |
1.0 |
String |
Read-only |
Class |
1.0 |
Long |
Read-only |
Count |
1.0 |
Long |
Read-only |
Item |
1.0 |
Recipient
object |
Read-only |
Parent |
1.0 |
Message
object |
Read-only |
Resolved |
1.0 |
Boolean |
Read-only |
Session |
1.0 |
Session
object |
Read-only |
Methods
|
Available
in version |
|
Add |
1.0 |
(optional)
name as String, |
Delete |
1.0 |
(none) |
Resolve |
1.0 |
(optional)
showDialog as Boolean |
See Also
Object
Collections